From: Bill Wohler Date: Mon, 27 Jun 2011 04:31:43 +0000 (-0700) Subject: * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3296 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e37e8d9377dbc7c31a7eb87e4675a3cb7a24fb1;p=emacs.git * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el. --- diff --git a/.bzrignore b/.bzrignore index c0f45b40534..6bc921f8c15 100644 --- a/.bzrignore +++ b/.bzrignore @@ -110,3 +110,5 @@ test/indent/*.new +* src/globals.h src/gl-stamp +lisp/mh-e/mh-autoloads.el +lisp/mh-e/mh-cus-load.el diff --git a/ChangeLog b/ChangeLog index 4bf89e35776..3fb10e14974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-06-27 Bill Wohler + + * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el. + 2011-06-25 Paul Eggert Use gnulib's dup2 module instead of rolling our own.